116. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:42:39 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

116.1 Files compared

#LocationFileLast Modified
1Porto v4.0.5/Theme Files/Porto Theme/app/code/Smartwave/Dailydeals/view/frontend/web/cssstyle.css2021-05-13 08:27:44 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/code/Smartwave/Dailydeals/view/frontend/web/cssstyle.css2023-06-12 03:29:45 +0000

116.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged2216
Changed00
Inserted11
Removed00

116.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

116.4 Active regular expressions

No regular expressions were active.

116.5 Comparison detail

1 /* Contdonwn */ 1 /* Contdonwn */
2  2 
3 .sw-dailydeal-wrapper { 3 .sw-dailydeal-wrapper {
4     padding: 13px; 4     padding: 13px;
5     position: absolute; 5     position: absolute;
6     width: 100%; 6     width: 100%;
7     left: 0; 7     left: 0;
8     bottom: 0; 8     bottom: 0;
9     z-index: 4; 9     z-index: 4;
10 } 10 }
11  11 
12 .sw-dailydeal { 12 .sw-dailydeal {
13     font-size: 13px; 13     font-size: 13px;
14     font-weight: 500; 14     font-weight: 500;
15     color: #fff; 15     color: #fff;
16     background-color: rgba(0,136,204,0.7); 16     background-color: rgba(0,136,204,0.7);
17     width: 100%; 17     width: 100%;
18     z-index: 5; 18     z-index: 5;
19     font-family: 'Oswald'; 19     font-family: 'Oswald';
20     text-transform: uppercase; 20     text-transform: uppercase;
21     line-height: 1; 21     line-height: 1;
22     padding: 5px 9px 5px; 22     padding: 5px 9px 5px;
23     text-align: center; 23     text-align: center;
24 } 24 }
25  25 
    26 
26 .sw-dailydeal .number { 27 .sw-dailydeal .number {
27     display: inline-block; 28     display: inline-block;
28     vertical-align: middle; 29     vertical-align: middle;
29 } 30 }
30  31 
31 .sw-dailydeal p { 32 .sw-dailydeal p {
32     margin: 0; 33     margin: 0;
33 } 34 }
34  35 
35 .sw-dailydeal .line { 36 .sw-dailydeal .line {
36     display: none; 37     display: none;
37 } 38 }
38  39 
39 .sw-dailydeal .caption { 40 .sw-dailydeal .caption {
40     display: inline-block; 41     display: inline-block;
41     vertical-align: middle; 42     vertical-align: middle;
42     margin: 0 0; 43     margin: 0 0;
43 } 44 }
44 .sw-dailydeal .number-wrapper { 45 .sw-dailydeal .number-wrapper {
45     display: inline-block; 46     display: inline-block;
46     vertical-align: middle; 47     vertical-align: middle;
47 } 48 }
48 .sw-dailydeal .number-wrapper > * { 49 .sw-dailydeal .number-wrapper > * {
49     line-height: 25px; 50     line-height: 25px;
50 } 51 }
51 .sw-dailydeal .dailydeal-label { 52 .sw-dailydeal .dailydeal-label {
52     display: inline-block; 53     display: inline-block;
53     vertical-align: middle; 54     vertical-align: middle;
54     font-size: 11px; 55     font-size: 11px;
55     font-weight: 400; 56     font-weight: 400;
56 } 57 }
57  58 
58 .catalog-product-view .sw-dailydeal-wrapper { 59 .catalog-product-view .sw-dailydeal-wrapper {
59     position: static; 60     position: static;
60     padding: 0; 61     padding: 0;
61     margin-bottom: 30px; 62     margin-bottom: 30px;
62     margin-top: -10px; 63     margin-top: -10px;
63 } 64 }
64  65 
65 .catalog-product-view .sw-dailydeal { 66 .catalog-product-view .sw-dailydeal {
66     display: block; 67     display: block;
67     background-color: transparent; 68     background-color: transparent;
68     padding: 0; 69     padding: 0;
69     text-align: left; 70     text-align: left;
70 } 71 }
71  72 
72 .catalog-product-view .sw-dailydeal .dailydeal-label { 73 .catalog-product-view .sw-dailydeal .dailydeal-label {
73     display: block; 74     display: block;
74     color: #21293c; 75     color: #21293c;
75     font-family: 'Open Sans'; 76     font-family: 'Open Sans';
76     font-size: 15px; 77     font-size: 15px;
77     font-weight: 600; 78     font-weight: 600;
78     margin-bottom: 8px; 79     margin-bottom: 8px;
79 } 80 }
80  81 
81 .catalog-product-view .sw-dailydeal .number-wrapper { 82 .catalog-product-view .sw-dailydeal .number-wrapper {
82     background-color: #08c; 83     background-color: #08c;
83     display: inline-block; 84     display: inline-block;
84     width: 66px; 85     width: 66px;
85     text-align: center; 86     text-align: center;
86     float: left; 87     float: left;
87     margin-right: 2px; 88     margin-right: 2px;
88 } 89 }
89  90 
90 .catalog-product-view .sw-dailydeal .caption { 91 .catalog-product-view .sw-dailydeal .caption {
91     display: block; 92     display: block;
92     font-size: 10px; 93     font-size: 10px;
93     font-weight: 400; 94     font-weight: 400;
94     margin: 0; 95     margin: 0;
95     margin-bottom: 11px; 96     margin-bottom: 11px;
96 } 97 }
97  98 
98 .catalog-product-view .sw-dailydeal .number { 99 .catalog-product-view .sw-dailydeal .number {
99     font-size: 18px; 100     font-size: 18px;
100     line-height: 1.7; 101     line-height: 1.7;
101     margin-top: 6px; 102     margin-top: 6px;
102 } 103 }
103  104 
104 .catalog-product-view .sw-dailydeal-wrapper:after { 105 .catalog-product-view .sw-dailydeal-wrapper:after {
105     content: ''; 106     content: '';
106     display: table; 107     display: table;
107     clear: both; 108     clear: both;
108 } 109 }